#include "iostream" #include "cstdio" using namespace std; int main(){ printf("hello world"); return 0; }